home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1995 March / Macworld CD-ROM (March 1995).cdr / Demos / Paper Planes / P17-20 / 00292.ls < prev    next >
Encoding:
Text File  |  1994-08-25  |  406 b   |  16 lines

  1. on exitFrame
  2.   global lastQT, NumFrames
  3.   when mouseDown then nothing
  4.   cursor(-1)
  5.   set beforeQT to the name of cast (the number of cast lastQT - 1)
  6.   unLoadCast(beforeQT, lastQT)
  7.   set NumFrames to 26
  8.   initAnnotations(30, 4)
  9.   setAppearTime(1, 2 * 60)
  10.   setAppearTime(2, 2 * 60)
  11.   setAppearTime(3, 7 * 60)
  12.   setAppearTime(4, 7 * 60)
  13.   set lastQT to "P18S22"
  14.   preLoadCast(the number of cast lastQT)
  15. end
  16.